From 20ce1c2a9eb515c3341eabfce92ef9357d86c3cf Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Fri, 9 Sep 2005 08:56:14 +0000 Subject: [PATCH] tpmback compilation fix. A small patch to fix some compilation problems and debugging output. Signed-off-by: Stefan Berger Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c | 1 - linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c b/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c index ab79feb4fc..1caaca4998 100644 --- a/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c +++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/tpmback.c @@ -40,7 +40,6 @@ struct packet { u8 req_tag; u32 last_read; u8 flags; - ctrl_msg_t ctrl_msg; struct timer_list processing_timer; }; diff --git a/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c b/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c index a4f75ca027..4e2a11f838 100644 --- a/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c +++ b/linux-2.6-xen-sparse/drivers/xen/tpmback/xenbus.c @@ -83,7 +83,7 @@ static void frontend_changed(struct xenbus_watch *watch, const char *node) "event-channel", "%u", &evtchn, NULL); if (err) { xenbus_dev_error(be->dev, err, - "reading %s/grant-id and event-channel", + "reading %s/ring-ref and event-channel", be->frontpath); return; } -- 2.30.2